home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.july.archive / 000102_crash!axion.bt.…uk!D.Higginson_Thu, 29 Jul 93 05:51:41 PST.msg < prev    next >
Text File  |  1993-08-31  |  1KB  |  37 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Thu, 29 Jul 93 05:51:41 PST
  3. Received: from zaphod.axion.bt.co.uk by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0oLWRb-0000dWC; Thu, 29 Jul 93 04:46 PDT
  5. Received: from elephant.axion.bt.co.uk by zaphod.axion.bt.co.uk with SMTP (PP); Thu, 29 Jul 1993 12:46:29 +0100
  6. Message-Id: <m0oLWRb-0000dWC@crash.cts.com>
  7. Date: Thu, 29 Jul 93 12:46:25 BST
  8. From: D.Higginson@axion.bt.co.uk
  9. To: AmigaE@bkhouse.cts.com
  10. Cc: D.Higginson@axion.bt.co.uk
  11. Subject: Wishlist
  12.  
  13.  
  14. Here's my list of things I would like to have when I'm
  15. programming in E:
  16.  
  17. MAJOR
  18.  
  19. * Object Oriented support (already planned anyway, I think)
  20. * Ability to break code into units like Pascal
  21. * Ability to include files for graphics/sound at the
  22.   command line
  23. * Proper object support, so I can use
  24.   window.userport.sigbit
  25.  
  26. MINOR
  27.  
  28. * Some way of specifying more than one variable of a given
  29.   type, e.g. instead of A:INT,B:INT,C:INT use A;B;C:INT
  30. * Some way of saving register values for programming hooks
  31. * Don't know if there's a reason for this, but some E
  32.   module object names appear to be different, e.g. mp
  33.   instead of msgport, sigbit instead of mp_sigbit
  34.  
  35. Remember, these are just suggestions
  36.  
  37. Dave.